home *** CD-ROM | disk | FTP | other *** search
- brdID = root.boardID;
- playerScore = root.score;
- playerName = "Arcade";
- function()
- {
- playerName = "";
- }
- "onSetFocus";
- nameField;
- goBack = function()
- {
- stopAllSounds();
- root.gotoAndStop("menu");
- };
- saveScore = function()
- {
- if(playerName == "type your name here" || playerName == "" || playerName == "fuck" || playerName == "fuck you" || playerName == "shit" || playerName == "shithole" || playerName == "ass" || playerName == "gay" || playerName == "asshole" || playerName == "chuj" || playerName == "kurwa" || playerName == "cipa" || playerName == "pizda")
- {
- reminder.play();
- }
- else
- {
- mochi.MochiScores.showLeaderboard({boardID:brdID,score:playerScore,name:playerName});
- _visible = false;
- }
- };
-